const hash/fnv.offset64

5 uses

	hash/fnv (current package)
		fnv.go#L32: 	offset64        = 14695981039346656037
		fnv.go#L58: 	var s sum64 = offset64
		fnv.go#L65: 	var s sum64a = offset64
		fnv.go#L89: func (s *sum64) Reset()   { *s = offset64 }
		fnv.go#L90: func (s *sum64a) Reset()  { *s = offset64 }